Skip to content

Active cases widget

Status Component Type

Home page active cases widget main component

alt-text

Usage

This Component can be used by using the following HTML Tag:

<tcla-live-apps-active-cases-widget></tcla-live-apps-active-cases-widget>

Inputs

Attribute Type Comments
appIds string[] The list of LA Application IDs you want to handle
maxLegendItems number
sandboxId number sandboxId - this comes from claims resolver
showHeader boolean Whether to show the header bar in the widget - eg. favorites on home page (contains icon etc) - if off icons still appear without bar
showPercentages boolean
uiAppId string The Application ID of the UI (should ideally be unique as it is shared state key)
widgetTitle Optionally a different widget Title

Outputs

Attribute Type Comments
selectedCaseType EventEmitter
Event selectedCaseType Case Type selected in vizualization
Payload CaseTypeReportRecord CaseTypeReportRecord object selected from component
selectedCaseTypeState EventEmitter
Event selectedCaseTypeState Case Type state selected in vizualization
Payload CaseTypeStateReportStateInfo CaseTypeStateReportStateInfo object selected from component (to drive caller to display something different (drill down))

full development Documentation

Link to LiveAppsActiveCasesWidgetComponent